home *** CD-ROM | disk | FTP | other *** search
- /* #[info: */
- /************************************************************************
- * *
- * #### # # #### ##### ###### ##### *
- * # # # # # # # # # *
- * #### # #### # # ##### # # *
- * # # # # # # ##### *
- * # # # # # # # # # *
- * #### # #### ##### ###### # *
- * *
- * Jan van der Steen *
- * *
- * Centre for Mathematics and Computer Science *
- * Amsterdam, the Netherlands *
- * *
- *----------------------------------------------------------------------*
- * File : sysdep.h *
- * Purpose : Configure the system dependant constants *
- * Version : 1.1 *
- * Modified: 11/9/92 16:53:18 *
- * Author : Jan van der Steen (jansteen@cwi.nl) *
- ************************************************************************/
- /* #]info: */
-
- #ifndef SYSDEPH
- #define SYSDEPH
-
- /* #[define: */
-
- #if __unix || unix || UNIX
- #define PATHSEP '/'
- #else
- #define PATHSEP '\\'
- #endif
-
- /* #]define: */
-
- #endif
-